/*nav{
	webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}*/

h1, h2, h3, h4, h5, h6{
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

/* LOGOTIPO */

 #logo{
	 margin-left:50px;
 }
 
 @media (max-width: 1025px) {
   #logo {
      margin: 0;
   }
}
/* FIM DO LOGOTIPO */

.navbar {
  height: 30px;
  background-color: #fff;
  color: #2a3c47;
  position: fixed;
  transition: background-color .4s ease-in-out;
  }

.onTop {
  background-color: transparent;
}

.menu-texto-2 ul li a {
   padding: 10px;
   font-size: 18px;
   font-weight: 500;
   font-style: normal;
   letter-spacing: 1px;
   text-decoration: none;
   font-family: 'Saira', sans-serif;
   color: #2a3c47;
}

@media (max-width: 1025px) {
.navbar {
   background-color: #fff;
   webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
   box-shadow: 0 0 6px rgba(0,0,0,0.3);
   }
}

/* SECTION 1 */
.article-1{
    width: 100%;
    background-image: url(https://painel.gelbom.com.br/wp-content/uploads/2022/06/slide-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
	height: auto;	
}

.centralizar{
	height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#container-1{
	margin-top:150px;	
}	
 @media (max-width: 1025px) {
#container-1 {
      text-align: center;
   }
}

#txt-container-1{
	padding-top:100px;
}

#container-1 h1{
	color: #fff;
	font-size: min(60px, 8vw);
    font-weight: 800;
	line-height: 1.1em;
    letter-spacing: 0.2px;
	font-family: "Saira", Sans-serif;
	visibility: visible;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-name: fadeInUp;
}

#container-1 p{
	color: #fff;
	font-size: min(20px, 8vw);
    font-weight: 200;
	line-height: 1.1em;
    letter-spacing: 0.2px;
	font-family: "Saira", Sans-serif;
	margin-bottom: 30px;
	visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
	}

.btn-store{
	color: #fff;
	text-align: center;
	font-weight: 800;
	border: solid 1px #fff;
    padding: 10px;
	width:30%;
	float: left;
	margin-left: 15px;
	magin-bottom: 30px;
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-name: fadeInUp
}

@media (max-width: 1025px){
.btn-store {
    padding: 10px;
    min-width: 150px;
	margin-bottom: 30px;
}
}

#img-curvas{
	width: 100%;
    height: 100px;
    position: absolute;
	box-sizing: border-box;
    margin-top:0;
    left: 0;
    object-fit: cover;
	z-index:1;
	
}

/* FIM SECTION 1 */


#section-2{
	 min-height: 100vh;
	 margin:0;
	 background-position: center bottom; 
	 background-repeat: no-repeat; 
	 transform: translate3d(0px, -2px, 0px);
}

/* TÍTULO DAS PAGINAS */
.titulo-pagina, .ervas-titulo-pagina {
	font-size: 35.774px; 
	line-height: 50.084px; 
	text-align: center; 
	margin-bottom:2%;
	margin-top:12%;
	color:#fff;
	font-weight:bold;
	font-family: 'saira';
	border: 8px dashed #fff;	
}
	
.titulo-verde {
	font-size: min(50px, 8vw);
	line-height: 50.084px; 
	text-align: center; 
	margin-bottom:5%;
	color:#00773b;
	font-weight:bold;
	font-family: 'saira';
	
}

.titulo-branco{
	font-size: 50px; 
	line-height: 50.084px; 
	text-align: center; 
	margin-bottom:5%;
	color:#fff;
	font-weight:bold;
	font-family: 'saira';
	
}

.sub-titulo{
    font-size: min(20px, 3vw); 
	line-height: 50.084px; 
	text-align: center; 
	margin-bottom:5%;
	color:#00773b;

	font-family: 'saira';
}

/* FIM DO TÍTULO DAS PAGINAS 8*/

 p{
        font-family: 'Roboto';
        margin-bottom: 5px;
        font-size: 25px;
    }   
    
button{
        width: 70%;
        margin-top: 18px;
       
     }    

.texto-principal{
	text-align: justify; 
    font-size: 22px;
    padding:0% 2% 0% 2%;
    font-family: 'saira';
    color: #fff;
	
}	

.fa-raio{
	margin-left:75%;
	margin-top:-20%;
	font-size:150px;
}


#mapa{
	width:100%;
	height:450px;
	border:0;
}

 .bg-gradient {
    height: 100vh;
    width: 100%;
	padding-top:1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00773b), to(#9aca3c));
    background-image: linear-gradient(#00773b, #9aca3c);
    opacity: 0.9;
    z-index: 3;
}


/* CSS ALTERADO */


/* FORMULARIO DE CONTATO */

.container-principal {
  width: 100%;
  margin: 150px auto;
}

.container-form-contato {
  width: 60%;
  margin: 150px auto;
}

@media (max-width: 600px) {
  .container-form-contato {
	width: 80%;
	}
}	



.container-telefones {
  width: 80%;
  margin: 150px auto;
}



.formulario {
  width: 100%;
  font-family: "Arial", Times, serif;  
}

.input{
  width: 100%;
  color: #464a4c;
  font-size: calc(0.7em + 0.3vw);
  background-color: #fff;
  height: 50px;
  margin-bottom: 20px;
  text-indent: 20px;
  outline: none;
  border: 2px solid #E4E4E4;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;

  
}
	
textarea{
  width: 100%;
  font-size: 15px;
  color: #464a4c;
  background-color: #fff;
  border: 1px solid #00773b;
  height: 200px;
  margin-bottom: 20px;
  text-indent: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;  
}

select {
  width:100%;
  font-size: calc(0.7em + 0.3vw);
  color: #464a4c;
  background-color: #fff;
  border: 1px solid #00773b;
  height: 50px;
  margin-bottom: 20px;
  text-indent: 20px;
  outline: none;
  border: 1px solid #E4E4E4;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.input-label{
	width:100%;
}

.mensagem {
  color: #464a4c;
  font-size: calc(0.7em + 0.3vw);
  background-color: #fff;
  border: 1px solid #00773b;
  height: 200px;
  margin-bottom: 20px;
  text-indent: 20px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Arial", Times, serif;
}

#celular{
  width:49%;
  float:left;
}

#telefone{
  width:49%;
  float:right;
}

.submit {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  opacity: .8;
  margin-bottom: 20px;
  cursor: pointer;
  background: #00773b;
  display: block;
  border: none;
  transition: 1s;
}

.submit a:hover {
  background: #9aca3c;
}

#cont-form-env{
    margin-top:90px;
}

#section-form-env {
 min-height:50vh;
 background-image: linear-gradient(#00773b, #9aca3c);
}

#section-form-env h2{
    color: #fff;
    text-align:center;
    font-weight:bold;
	font-family: 'saira';
	padding: 90px 0 0 0;
}

#section-form-env h3{
    color: yellow;
    text-align:center;
    font-weight:bold;
	font-family: 'saira';
}
         
#btn-form-env{
     font-family: 'Saira', sans-serif;
     border: 0.3vh solid #fff;
     color: #fff;
     font-size: 3.5vh;
     letter-spacing: .09rem;
     background-color:#5da93c;
     cursor:pointer;
     display:block;
     width:40vh;
     text-decoration:none;
     margin-top:50px;
     margin-left: auto;
     margin-right: auto;
     }
     #btn-form-env:hover{
     background-color:#fff;
     color:#03bb5e;
     text-decoration:none;
    }                   

/* FIM DO FORMULARIO DE CONTATO */


/* FORMULARIO DE CADASTRO */


.container-form-cadastro {
  max-width: 90%;
  margin: 150px auto;
}

#razao-social, 
#nome-fantasia,
#cnpj{
    width:33%;
}

#insc-estadual{
   width:33%; 
}

#cep{
    width:8%;
}

#cidade{
    width:25%;
}

#uf{
    width:6%;
}

#logradouro{
    width:26%;
}

#numero{
    width:9%;
}

#complemento{
    width:23.6%;
}

#bairro,
#referencia{
    width:16.5%;
}

#email,
#celular,
#telefone,
#responsavel{
    width:33%;
}

#submit-cadastro{
    margin-top:40px;
}
	
@media (max-width: 600px) {
    #razao-social, 
    #nome-fantasia{
    width:100%;
	}
	#cnpj,
	#insc-estadual{
	    width:49.4%;
	}
	#cidade{
	    Width:57.5%;
	}
	#cep,
	#uf{
	   Width:20%;
	}
	#logradouro,
	#complemento{
	    Width:39.4%;
	}
	#numero{
	    width:18%;
	}
	#bairro,
	#referencia{
	    width:49.4%
	}
	#celular,
	#telefone{
	    width:49.4%
	}
	#email,
	#responsavel{
	    width:100%;
	}
}

@media (max-width: 1300px) {
    #razao-social, 
    #nome-fantasia{
    width:100%;
	}
	#cnpj,
	#insc-estadual{
	    width:49.4%;
	}
	#cidade{
	    Width:57.5%;
	}
	#cep,
	#uf{
	   Width:20%;
	}
	#logradouro,
	#complemento{
	    Width:39.4%;
	}
	#numero{
	    width:18%;
	}
	#bairro,
	#referencia{
	    width:49.4%
	}
	#celular,
	#telefone{
	    width:49.4%
	}
	#email,
	#responsavel{
	    width:100%;
	}

}


.nav-img-sociais {
    width: 30px;
}



#empresa-mapa{
	width:100%;
	height:100%;
	margin-bottom:-5px;
}




audio{
    width:50%;
    outline: none;
}

/* INÍCIO DO FOOTER */


#footer-1{
	background-color:#00773b;
}

#footer-1 .container{
    text-align: center;
}

#footer-1 .footer-copyright{
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
}

#footer-1 ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 18px;
}

#footer-1 a{
    color: #fff;
    font-size: 18px;
}
#footer-1 a:hover{
    color: #ffff00;
    
}

#footer-1 li{
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

#footer-1 .footer-social{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #005f2c;
	
}

#footer-1 .fa{
    font-size: 36px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: white;
    color: #005f2c;
    border-radius: 21%;
    padding: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    transition:color 0.2s;
}

#footer-1 .fa-facebook:hover{
   color: #2b55ff;
}

#footer-1 .fa-facebook:focus{
    color: #2b55ff; 
}

#footer-1 .fa-instagram:hover{
    color:purple;
}

#footer-1 .fa-instagram:focus{
    color:purple;
}

#footer-1 .fa-whatsapp:hover{
    color:#11bb16;
}

#footer-1 .fa-whatsapp:focus{
    color:#11bb16;
}

#footer-1 .fa-twitter:hover{
    color: #00aced;

}

#footer-1 .fa-twitter:focus{
    color:#00aced;
}

#footer-1{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}*/

/* FIM DO FOOTER */



/*========= MIDIAS SOCIAIS ========== */

#redesSociais {
    background-image: url(http://gelbom.com.br/teste/site/site/imagens/redes-sociais-gelbom.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 75vh;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} 

#redesSociais h2{
    font-family: 'Saira', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 50px;
}

#redesSociais a i {
    font-size: 36px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: white;
    color: #005f2c;
    border-radius: 21%;
    padding: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    
}
